DEPS handling: Use DEPS_INCLUDE everywhere
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 4 Sep 2017 16:46:15 +0000 (17:46 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 7 Sep 2017 15:21:54 +0000 (16:21 +0100)
commitfff4aa914d125442fcfd052993fad9c4bea5f694
tree3a174f65d4a3dd49a433c7fb0d3824944698d83d
parent300929f6e400e6540f8c486ad5dd088335bd07f3
DEPS handling: Use DEPS_INCLUDE everywhere

DEPS_INCLUDE is currently the same as DEPS, so no functional change.

This patch is the result of this perl rune:

  git-grep -l 'include.*DEPS' | xargs perl -i -pe 'next unless m/^-?include/; s/\bDEPS\b/DEPS_INCLUDE/'

I have verified that I haven't missed anything, with this rune:

  git-grep '\bDEPS\b'

Reported-by: Jan Beulich <JBeulich@suse.com>
CC: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
35 files changed:
tools/blktap2/control/Makefile
tools/blktap2/lvm/Makefile
tools/blktap2/vhd/Makefile
tools/blktap2/vhd/lib/Makefile
tools/console/Makefile
tools/firmware/hvmloader/Makefile
tools/firmware/rombios/32bit/Makefile
tools/firmware/rombios/32bit/tcgbios/Makefile
tools/firmware/rombios/Makefile
tools/flask/utils/Makefile
tools/golang/xenlight/Makefile
tools/libacpi/Makefile
tools/libfsimage/Rules.mk
tools/libfsimage/common/Makefile
tools/libvchan/Makefile
tools/libxc/Makefile
tools/libxl/Makefile
tools/memshr/Makefile
tools/misc/Makefile
tools/pygrub/Makefile
tools/python/Makefile
tools/tests/mem-sharing/Makefile
tools/tests/xen-access/Makefile
tools/tests/xenstore/Makefile
tools/xcutils/Makefile
tools/xenbackendd/Makefile
tools/xenmon/Makefile
tools/xenpaging/Makefile
tools/xenpmd/Makefile
tools/xenstat/libxenstat/Makefile
tools/xenstat/xentop/Makefile
tools/xenstore/Makefile
tools/xentrace/Makefile
tools/xl/Makefile
xen/Rules.mk